Welcome![Sign In][Sign Up]
Location:
Search - delphi ip

Search list

[Windows Developv2204_bhipxcx

Description: sniffer 网络工具,够能对IP数据包及时捕获。并能识别出tcp,ip,udp等-a sniffer network tool which can capture the IP data pack timely, can identify tcp,ip,udp etc.
Platform: | Size: 246784 | Author: 叶锋 | Hits:

[Web ServerISAPI Filter 限制 IIS 多线程访问

Description: 使用 ISAPI Filter 实现的限制 IIS 多线程访问程序。 主要应用在下载系统,或者使用 IIS 做的流媒体点播系统中,稍加修改可以使其具有认证功能。在程序中已经对 用户认证 事件做了直接返回的处理。 使用本 Filter 可以很容易的获得服务器的连接数,从而可以实现多个服务器的负载平衡(可以把请求分发到连接较少的一个服务器上)。 可以对访问的有效控制,可以自定义无限制用户IP,限制用户的IP。 从而可以实现对某个IP的限制数不限制,或者对某个IP的封杀。-use ISAPI Filter achieve restrictions IIS multithreading visit procedures. The main application download system, or do IIS use of streaming media on-demand system, a little change can make it authenticated. The procedures for user authentication has done a deal with the direct return. The use of the Filter can easily access server connections, which can be achieved over the server load balancing (request can be sent to a less connected server). The visit can be an effective control, can define unlimited user IP, the IP user restrictions. Thus it is possible for a limited number of IP no restrictions, or to a particular IP block.
Platform: | Size: 95232 | Author: zero | Hits:

[Other陈老师访问ip

Description: 一个使用delphi做的winsock 的别人的东西我转发一下-a use of the protocols of doing things others forward what I
Platform: | Size: 2048 | Author: 六开 | Hits:

[Internet-Network2003061814184025718

Description: 一个捕获ip数据包的delhpi程序,涉及到delhpi网络编程。-a catch ip packet delhpi procedures involving delhpi network programming.
Platform: | Size: 240640 | Author: 丁鹏 | Hits:

[Internet-NetworkSock32Server

Description: 使用delphi6开发的TCP/IP下文件服务器程序,使用WINSOCK控件开发。-use Delphi6 development of the TCP/IP file server, the use of Winsock Control development.
Platform: | Size: 615424 | Author: 许光 | Hits:

[Internet-NetworkTCP发送接收

Description: 一个使用TClientSocket控件的程序,抛砖引玉。发送,接收,选择服务器端口,IP地址。TCP-TClientSocket use of a control procedure, congregate. Send, receive, to choose the server port and IP address. TCP
Platform: | Size: 152576 | Author: 王鹏 | Hits:

[Other systemswe123_QQ_Msgs

Description: QQ群发,此程序实现了不用加好友,直接向QQ号发送信息的功能。 不过QQ的服务器会限制次数,大家可以考虑用一系列(越多越好)的QQ号不断地切换来登陆,必要时可以不断地连接和断开网络,变换IP来解决QQ服务器的限制。-QQ repeated that this procedure will not achieve the increase friend, directly to the QQ, sending information functions. However QQ will limit the number of servers, you may consider using a series of (better) QQ continues to switch to landing, when necessary, continuously connected and disconnected networks, to transform IP address QQ server restrictions.
Platform: | Size: 19456 | Author: 梁诚 | Hits:

[Proxy Serverhandserver

Description: 此程序是一个FTP代理服务器 将它安装在第三方INternet服务器上,配置好相关参数,它即可以自动实现动态IP情况下的 FTP上传和下载-this procedure is a FTP proxy servers installed in its third INternet server, configure parameters, it can automatically realize that the dynamics of the IP FTP upload and download
Platform: | Size: 2663424 | Author: 张红卫 | Hits:

[Internet-NetworkTCPComm

Description: 这是一个可跨linux、windows平台的TCP/IP通讯程序-This is a cross- linux, windows platform TCP/IP communication procedures
Platform: | Size: 351232 | Author: ly | Hits:

[TCP/IP stackShowProtocal

Description: 枚举所有的网络层协议。通过本程序可以以树状结构列出所有的TCP/IP协议。-Enumerate all the network layer protocol. Through this process can be listed in a tree structure of all the TCP/IP protocol.
Platform: | Size: 2125824 | Author: 郭海 | Hits:

[Process-ThreadLanScan (多线程的局域网扫描组)

Description: 软件简介:多线程局域网扫描组件,参考了几位虾米的代码,然后进行多线程封装.速度还可以,能在三妙内扫描完毕 0.0 至 0.255 IP段.-software description : multithreading LAN scanning components, several shrimp reference to the code, then multithreading package. Speed can also capable of scanning within three Miao finished 0.0-0.255 of IP.
Platform: | Size: 47104 | Author: 思沃琪 | Hits:

[Windows Develop捕获ip数据包的小程序1.1

Description: 可以对网络的数据包进行截取 可以对包的数据进行分析 -can the network data packets can intercept packets of data analysis
Platform: | Size: 34816 | Author: 素宾 | Hits:

[Internet-Network类似qq聊天工具

Description: 一个类似qq的聊天程序,功能比较简单,服务器端必须运行在真实ip下。-a similar qq chat procedures, functions relatively simple server must be running under the real ip.
Platform: | Size: 470016 | Author: | Hits:

[Internet-Networkmasm_Feiler_v1.0

Description: 多线程 网络传输 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 传输协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。-multithreaded network transmission development environment : Delphi7.0 WinXP, useless other controls (except for the Delphi Indy own) transmission protocol : TCP/IP client to send a 65,000-byte packets, the server is responsible for assembling and processing data adhesion. Use ReadBuffer (), Send () function to receive this Buffer byte, for the purpose of this is to make procedures better flexibility. You can define Buffer byte within the meaning of those, such as strings, images, sounds, etc. order. The documents used to read and write multi-threaded windows memory mapping technology. Key server function IdTCPServer1Execute (AThread : TIdPeerThread) non-thread safe. If the use of critical areas, so many threads here on serial implementation, a serious decline in the efficiency of multit
Platform: | Size: 69632 | Author: 水滴 | Hits:

[Remote Control远程控制自己来系列教程之自动上线

Description: [说明]: 转载请署名出处 [信息原地址]: 邪恶八进制信息安全团队&http://www.eviloctal.com [控制端说明]: 服务端监听本地的449端口并识别标志为 "info" 的封包; 封包原型:info ip >>> Pcname >>> OsVer 数据例子:info127.0.0.1>>>Jony>>>Windows NT Service Pack 4 服务端配置木马端部分用了MPHexeditor控件 [由于本程序主要讲解的是自动上线,就偷懒了], 服务端纯真IP数据库读取参考 冷风兄 的代码 [木马端说明]: 向远程449端口发送连接请求,如连接上,就发送标志为 "info" 的封包; 封包原型:info ip >>> Pcname >>> OsVer 数据例子:info127.0.0.1>>>Jony>>>Windows NT Service Pack 4 [备注]: 代码内附带注释 Jony[E.S.T] 2005-12-18-[Note : Please reproduced signed provenance [original address information] : evil octal information security team.
Platform: | Size: 2004992 | Author: 王宇 | Hits:

[Internet-Network视频捕获和传输(含源码)

Description: 实现动态IP间程序的相互通信 实现动态IP间程序的相互通信 实现动态IP间程序的相互通信 实现动态IP间程序的相互通信 实现动态IP间程序的相互通信 实现动态IP间程序的相互通信 -dynamic IP inter-process communication between the dynamic IP intergovernmental process of mutual communication between the dynamic IP way the sequence mutual dynamic IP communication procedures between the mutual dynamic IP communication procedures between the mutual dynamic IP Communication the interrelationship between procedures dynamic IP communication procedures between the mutual dynamic IP communication procedures between the dynamic of mutual communication IP intergovernmental process of mutual dynamic IP communication procedures between the mutual dynamic IP communication procedures between the mutual Communication Dynamic IP intergovernmental process of mutual dynamic IP communication procedures between the mutual dynamic IP communication between the mutual communication procedu
Platform: | Size: 584704 | Author: 柯梦南 | Hits:

[Hook apiSendTcpData

Description: 虚拟发包器 模拟ip发送封包-contract for virtual simulation ip packets sent
Platform: | Size: 27648 | Author: 赵越 | Hits:

[Internet-NetworkTerminal

Description: 一个超级终端程序,支持串口、IP协议通信,主要用于通信调试-a super terminal program, to support serial ports, IP communications, mainly for communications Debugging
Platform: | Size: 190464 | Author: 吕达 | Hits:

[CommunicationMiniMsg

Description: 一个基于TCP/IP的聊天软件,可以记录聊天的历史记录-a TCP/IP-based chat software, it records the historical record Chat
Platform: | Size: 205824 | Author: 吕达 | Hits:

[Sniffer Package captureUnitVPacket

Description: 用delphi实现封装的网络ip包截获分析类,基于网卡混杂模式监听tcp-achieve with the package intercepted network ip packet analysis categories, based on the hybrid model card eavesdropping tcp
Platform: | Size: 1024 | Author: 戴保定 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 29 »

CodeBus www.codebus.net